/**
* gtk_search_bar_set_show_close_button:
* @bar: a #GtkSearchBar
- * @shown: whether the close button will be shown or not.
+ * @visible: whether the close button will be shown or not.
*
* Shows or hides the close button.
*
/**
* GtkTextBuffer::paste-done:
* @textbuffer: the object which received the signal
+ * @clipboard: the #GtkClipboard pasted from
*
* The paste-done signal is emitted after paste operation has been completed.
* This is useful to properly scroll the view to the end of the pasted text.